home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 October: Mac OS SDK / Dev.CD Oct 97 SDK2.toast / Development Kits (Disc 2) / ScriptX / Code Samples / untested / tcpip / readme.txt < prev    next >
Encoding:
Text File  |  1996-05-21  |  2.5 KB  |  61 lines  |  [TEXT/ttxt]

  1. This directory contains demonstrations of the "web" TCP/IP stream loadable.
  2.  
  3.     web - Basic Web capabilities such as HTTP connects and URL fetching.
  4.     NOTE: This folder is also included in the ScriptX utilities. It is
  5.     duplicated here to make it easier to build the demonstration programs.
  6.     
  7.     browser - Implements a primitive Web browser which parses some (not all!)
  8.     HTML and allows embedded ScriptX applications.
  9.     
  10.         To run as a text-only browser: 
  11.             1) Start "hotsx.sxt".
  12.             2) Type a URL into the text box.
  13.             3) Press the "Goto:" button.
  14.         
  15.         To test embedded ScriptX applications:
  16.             1) Copy "websx.htm", "embed.sxt", and "spaces6.sxt" to a Web
  17.             site.
  18.             2) Type the URL for that Web site's copy of "websx.htm" into the
  19.             text box.
  20.             3) Press the "Goto:" button.
  21.     
  22.     misc - Sample functions to try in the browser environment.
  23.     
  24.     ifish - Implements the "Internet Fish Protocol", setting up an animated fish
  25.     which swims between windows on separate machines. For details, see the
  26.     "readme.txt" in the directory.
  27.  
  28. Note that this code adapts software originally created by the World Wide
  29. Web Consortium, who have requested that the following text be included:
  30.  
  31. =======================
  32.  
  33. NOTICE
  34.  
  35. Copyright 1995 by: Massachusetts Institute of Technology (MIT), INRIA
  36.  
  37. This W3C software is being provided by the copyright holders under the
  38. following license. By obtaining, using and/or copying this software, you
  39. agree that you have read, understood, and will comply with the following
  40. terms and conditions:
  41.  
  42. Permission to use, copy, modify, and distribute this software and its
  43. documentation for any purpose and without fee or royalty is hereby granted,
  44. provided that the full text of this NOTICE appears on ALL copies of the
  45. software and documentation or portions thereof, including modifications,
  46. that you make.
  47.  
  48. THIS SOFTWARE IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS MAKE NO
  49. REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT
  50. NOT LIMITATION, COPYRIGHT HOLDERS MAKE NO REPRESENTATIONS OR WARRANTIES OF
  51. MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF
  52. THE SOFTWARE OR DOCUMENTATION WILL NOT INFRINGE ANY THIRD PARTY PATENTS,
  53. COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS.  COPYRIGHT HOLDERS WILL BEAR NO
  54. LIABILITY FOR ANY USE OF THIS
  55. SOFTWARE OR DOCUMENTATION.
  56.  
  57. The name and trademarks of copyright holders may NOT be used in advertising
  58. or publicity pertaining to the software without specific, written prior
  59. permission. Title to copyright in this software and any associated
  60. documentation will at all times remain with copyright holders.
  61.